home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / as-receitas-de-dora.swf / scripts / DefineSprite_392 / frame_28 / DoAction.as
Text File  |  2011-09-19  |  221b  |  11 lines

  1. if(_parent._parent.vdirection == "right")
  2. {
  3.    mcpupilleleft.gotoAndStop("right");
  4.    mcpupilleright.gotoAndStop("right");
  5. }
  6. else
  7. {
  8.    mcpupilleleft.gotoAndStop("left");
  9.    mcpupilleright.gotoAndStop("left");
  10. }
  11.